home *** CD-ROM | disk | FTP | other *** search
- *** TERM application program documentation ***
-
- This example code is a Windows terminal emulator. It can transfer
- files using ASCII, XMODEM, and YMODEM protocols. This program is
- provided as an axample of the use of the PCL4W library.
-
- In order to compile TERM, you will need PCL4W.LIB, PCL4W.DLL, and
- PCL4W.H from the PCL4W distribution zip file. All source files
- for TERM are provided except for the drivers for XMODEM and YMODEM
- (which are provided in the registered product).
-
- For a list of files that comprise the TERM application, see
- TERM._M_ or TERM._B_ (Microsoft & Borland makefiles).
-
- To compile using the Microsoft compiler (use NMAKE, not MAKE):
-
- NMAKE TERM._M_
-
- To compile using the Borland compiler:
-
- MAKE -fTERM._B_
-
- Additional information about TERM is contained in the PCL4W Users
- Manual (PCL4W.USR).
-